gdksurface-win32.c: Fix formatting for popup functions
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 Jun 2021 08:01:09 +0000 (16:01 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 16 Jun 2021 07:02:56 +0000 (15:02 +0800)
gdk/win32/gdksurface-win32.c

index 1d0f12771a5b9245e1b0c7c198ef20981d23d3f2..3c5a42586125eb78bb0e9c469c564d0085e26a7e 100644 (file)
@@ -4657,9 +4657,9 @@ gdk_win32_popup_init (GdkWin32Popup *popup)
 
 static void
 gdk_win32_popup_get_property (GObject    *object,
-                                guint       prop_id,
-                                GValue     *value,
-                                GParamSpec *pspec)
+                              guint       prop_id,
+                              GValue     *value,
+                              GParamSpec *pspec)
 {
   GdkSurface *surface = GDK_SURFACE (object);
 
@@ -4681,9 +4681,9 @@ gdk_win32_popup_get_property (GObject    *object,
 
 static void
 gdk_win32_popup_set_property (GObject      *object,
-                                guint         prop_id,
-                                const GValue *value,
-                                GParamSpec   *pspec)
+                              guint         prop_id,
+                              const GValue *value,
+                              GParamSpec   *pspec)
 {
   GdkSurface *surface = GDK_SURFACE (object);
 
@@ -4718,9 +4718,9 @@ gdk_win32_popup_class_init (GdkWin32PopupClass *class)
 
 static gboolean
 gdk_win32_popup_present (GdkPopup       *popup,
-                           int             width,
-                           int             height,
-                           GdkPopupLayout *layout)
+                         int             width,
+                         int             height,
+                         GdkPopupLayout *layout)
 {
   return gdk_win32_surface_present_popup (GDK_SURFACE (popup), width, height, layout);
 }